-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples for new grpc endpoints #794
Add examples for new grpc endpoints #794
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #794 +/- ##
==========================================
+ Coverage 56.59% 57.47% +0.88%
==========================================
Files 35 35
Lines 7305 7454 +149
==========================================
+ Hits 4134 4284 +150
+ Misses 2670 2660 -10
- Partials 501 510 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I get a nil pointer dereference exception when running the What's more, the |
Closes: #784